Improve two strings
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Feb 2015 00:55:54 +0000 (19:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Feb 2015 00:55:54 +0000 (19:55 -0500)
Make two property blurbs better.

https://bugzilla.gnome.org/show_bug.cgi?id=744574

gtk/gtkglarea.c

index 0fc34cc05dc7c1615200e96fdc86b25c0a57e82e..a751f9ba122fbd58a984a2828a88bb2202e93b36 100644 (file)
@@ -742,7 +742,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
   obj_props[PROP_AUTO_RENDER] =
     g_param_spec_boolean ("auto-render",
                           P_("Auto render"),
-                          P_("Whether the gl area renders on each redraw"),
+                          P_("Whether the GtkGLArea renders on each redraw"),
                           TRUE,
                           GTK_PARAM_READWRITE |
                           G_PARAM_STATIC_STRINGS |
@@ -763,7 +763,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
   obj_props[PROP_HAS_ALPHA] =
     g_param_spec_boolean ("has-alpha",
                           P_("Has alpha"),
-                          P_("Whether the gl area color buffer has an alpha component"),
+                          P_("Whether the color buffer has an alpha component"),
                           FALSE,
                           GTK_PARAM_READWRITE |
                           G_PARAM_STATIC_STRINGS |